;;; QQ: 67762207
%100
+59
[@main]
#IF
checkPkPoint 2
#SAY
_ I will not tell you such a person transactions. \ \
_ <Close/@exit>
#ELSESAY
_ I am the person is to manage the siege weapons, what do you do? \ \
_ <To buy, sell siege weapons/@Buy_Shooter_Menu> \ \
_ With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
_ <Close/@exit>

[@Buy_Shooter_Menu]
#CALL [System\ShooterMarket.txt] @MarketShooter

[@buy]
#SAY
_ Please select the items you want. \ \
_ <Before the step/@main>

[@sell]
#SAY
Selling excess arrows and stones. \ \
<Pre-step/@main>

[Goods]

Arrow 100 5
Stone 1005

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Siege weapons and ammunition exhausted heap of scrap metal with no different, so be extra attention in the fighting condition of the ammunition. \ \
_ <Close/@exit>


[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207 